PHPmyedit: custom URL for 'ADD' button [on hold]
Posted
by
user2952715
on Programmers
See other posts from Programmers
or by user2952715
Published on 2014-06-03T09:50:48Z
Indexed on
2014/06/03
15:53 UTC
Read the original article
Hit count: 156
php
I'm currently working with phpmyedit and I need to access to the 'Add' (new record) function using a URL. As this script (phpmyedit) is dinamically generated, when I press the 'Add' button, I get the form to fill but the URL has no changes.
How can I create some custom URL for the ADD button, that allows me to access externally and also pass parameters through the URL?
Here is how PHPmyedit set up the navigation buttons by default: http://opensource.platon.sk/projects/doc.php/phpMyEdit/html/configuration.navigation.html
Any help will be really appreciated.
© Programmers or respective owner